home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_173
/
frame_24
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
284b
|
12 lines
stop();
upper_filled = false;
_root.water_is_flowing = false;
if(_parent._parent.horiz < _root.maxhoriz)
{
_root.water_tansfer(_parent._parent.tile_num,"from_left");
}
else if(_parent._parent.horiz == _root.maxhoriz)
{
_root.dead("right",_parent._parent.tile_num);
}